训练CNN模型下五子棋 Training a CNN Model for Gomoku

2025-11-17 12:00:00
训练一个CNN模型对当前五子棋盘面评估并预测下一步,并对模型进行评估优化 Train a CNN model to evaluate the current Gomoku board state and predict the next move, and further evaluate and optimize the model.

PyTorch与深度学习 PyTorch & Deep Learning

2025-02-07 19:30:00
本章介绍了PyTorch的基础知识,包括张量、前向传播、反向传播等概念,以及 如何构建神经网络、优化数据加载、使用GPU训练模型等操作,为进行深度学习奠定基础 This chapter introduces the fundamentals of PyTorch, including concepts such as tensors, forward propagation, and backpropagation. It also covers how to build neural networks, optimize data loading, and train models using GPUs, laying the foundation for deep learning.

机器学习研究总结 Summary of Machine Learning Study

2024-10-13 15:00:00
在研究了一段时间的机器学习核心理论与实战后,总结一下学到的核心思想与实践方法 After spending some time learning the core theories and practical applications of machine learning, I’ve summarized the key concepts and practical methods I’ve learned.

卷积神经网络原理 Principles of Convolutional Neural Network (CNN)

2024-10-02 18:00:00
介绍卷积神经网络的原理、计算方法、相关参数和经典架构,以及一个图片分类的TensorFlow代码示例 An introduction to the principles of convolutional neural networks, their calculation methods, related parameters, and classic architectures, along with an image classification TensorFlow code example.

初识神经网络 First Encounter with Neural Networks

2024-09-29 12:00:00
介绍神经网络的原理、各模块的一些概念,以及一个简单图片分类的TensorFlow代码示例 An Introduction of the principles of neural networks, the concepts of various modules, and a simple image classification code example using TensorFlow.